home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 January / PSL Monthly Shareware CD-ROM (Public Software Library) (January 1994).iso / reviews / u1_06 < prev    next >
Text File  |  1993-11-09  |  54KB  |  1,351 lines

  1. U1-06:  File Changing, Copying, and Deleting
  2.  
  3.  
  4. ---------------------------
  5. 1997 File Cleanup Utilities          Small Programs Disk
  6. ---------------------------
  7.  
  8. ADDCRS
  9.    will add Carriage Returns to a downloaded file that does not appear to have
  10. them when you try to list it using the DOS TYPE command.
  11.  
  12. AWK 2.10
  13.    Duff, Rob
  14.    $0
  15. is a sophisticated program for scanning files for lines that match a specified
  16. pattern.  Several programs in the library perform this function on a simple
  17. level, but AWK is more like a programming language.  For example, it has
  18. conditional statements, variables, relational operators, loops, and
  19. concantenation of patterns.  AWK is used mostly in two different ways: to
  20. print reports by printing selected fields and extracting counts, sums and
  21. sub-totals, and to convert data files from one format to another (eg:
  22. rearranging fields).  An example of a practical use of AWK would be to clean
  23. up message files downloaded from a bbs.
  24.  
  25. Clean
  26.    $0
  27. removes all control characters, except for carriage returns and line feeds,
  28. from a text file.  When prompted, supply a filename to process.  The original
  29. file is not changed.
  30.  
  31. Clean List 1.0 (CLEANL)
  32.    Lacambra, Fernando
  33.    $5
  34. deletes duplicate lines from a sorted text file.
  35.  
  36. Clip
  37.    Lazo, Charles III
  38.    $?
  39. clips any unwanted ^Z's, carriage returns or line feeds from the end of files.
  40.  
  41. Delchar
  42.    O'Rear, Larry
  43.    $5
  44. deletes specified characters from a file.  For example, you could use DelChar
  45. to get rid of a word processor's control characters left in the documentation
  46. files of some programmers.
  47.  
  48. Do 3.3 (DO-LH)
  49.    Hutton, Larrie
  50.    $?
  51. is a utility that performs various file conversion functions stripping high
  52. bits, converting case, adding line numbers, expanding tabs, copying by column,
  53. finding/replacing strings, merging files, sorting files, etc.  There's no
  54. documentation, so you'll have to study carefully the examples on the program's
  55. screen.
  56.  
  57. Fileutil (FILUTIL)
  58.    Rowley, Chris
  59.    $?
  60. is a combination of UNWS and ADDLF with case conversion, full support for the
  61. subdirectories and back-ups allowed.
  62.  
  63. Noblank
  64.    removes blank lines from text files.
  65.  
  66. Strip-cr
  67.    strips extra Carriage Returns.
  68.  
  69. Stripper 1.0
  70.    Rygiel, Patrick
  71.    $10
  72. strips all non-printable characters out of text files, including all line
  73. drawing and other characters above 127 and below 32.
  74.  
  75. Tab2Spc 1.2
  76.    converts a text file containing tabs to one containing spaces in place of
  77. the tabs.  The number of spaces to substitute may be specified by the user.
  78.  
  79. Text
  80.    Kennamer, Walter ASP
  81.    $?
  82. alters the text within a file as specified in the command line.  It allows you
  83. to delete all "white space" (multiple blank spaces) or just leading or
  84. trailing white space or reduce all white space to a single blank space.  It
  85. will also convert upper to lower case or vice versa.  Text in quotes can be
  86. excluded.
  87.  
  88. Top20 1.11
  89.    Bouwman, Brian
  90.    $0
  91. finds and displays on one screen the 20 largest files on a disk, which is very
  92. useful information when trying to regain space on a full drive. It's also
  93. pretty fast.
  94.  
  95. Trimline (TRIMLIN)
  96.    simply removes trailing blanks from the end of lines in a text file.
  97.  
  98. Weed 2.0
  99.    Pinnacle Help
  100.    $4-$6
  101. cleans up a text file by weeding out unwanted text, such as you might get in a
  102. download from a bbs. It will let you specify up to 100 different bits of text
  103. to search for and delete. In addition, you may choose to have it delete all
  104. lines which do or do NOT contain specified text.
  105.  
  106. Wrapline 2.0 (WRAPLIN)
  107.    Nassar, Nassib ASP
  108.    $0
  109. reformats a text file by wrapping lines of text longer than the specified line
  110. width.  This is probably of value only for rough "emergency" work, since it
  111. chops off at the specified length without doing wordwrap.  It is very fast,
  112. however.
  113.  
  114. --------------------------------
  115. END OF SMALL PROGRAMS DISK #1997
  116. --------------------------------
  117.  
  118.  
  119. -------------------------
  120. 0781 Text File Conversion          Small Programs Disk
  121. -------------------------
  122.  
  123. ASC2MM
  124.    Graham, Keith P.
  125.    $0
  126. will convert ASCII files to Multimate documents in seconds instead of hours.
  127.  
  128. Asc2Word (ASC2WRD)
  129.    Marshall, George
  130.    $?
  131. converts a normal ASCII text file into Microsoft Word format.  C source code
  132. is included.
  133.  
  134. AsciiRef 2.0 (ASCIREF)
  135.    LePoer, Peter M.
  136.    $15
  137. lets you reformat files of bibliographic citations into an ASCII delimited
  138. format that other programs, such as dBase and Paradox, can import.  Such
  139. citations can be downloaded from on-line services, such as Medline, ERIC and
  140. Paperchase.  The program can be configured by the user to work with any
  141. database format.  A sample file is included.
  142.  
  143. ASCutils (ASCUTIL)
  144.    $?
  145.    $0
  146. is a set of compact file modification utilities with assembler source code.
  147. The utilities perform such functions as removing duplicate lines, trimming
  148. space off the end of lines and other clean-up chores.
  149.  
  150. Baab
  151.    Gans, Ronald
  152.    $0
  153. stands for "Binary-to-ASCII, ASCII-to-Binary".  BAAB lets you convert a file
  154. that is not all printable text to one that is so that you can TYPE it to the
  155. screen, print it out or transmit it in ASCII format (in which case the person
  156. receiving it must have BAAB to convert the file back to ASCII).  This is not
  157. needed for communications systems that support Xmodem, but some local
  158. Email-type systems only allow ASCII transfers.
  159.  
  160. Cols 1.00
  161.    Dunford, Christopher J.
  162.    $0
  163. takes single-column input (a list of names in a file, for example) and
  164. converts it to double-column input with numerous options to control the output
  165. format.  You can specify file names or COLS can be used with DOS piping and
  166. redirection tools.
  167.  
  168. Convdw 1.2
  169.    CrossCourt Systems ASP
  170.    $15
  171. converts Displaywrite 3 or 4 files to ASCII.  This program ignores most
  172. formatting codes.  It does recognize Indent codes, and pads subsequent lines
  173. with enough tabs to maintain the proper indent level.  It handles syllable
  174. ("soft") hyphens correctly, dropping them unless they occur at the end of a
  175. line.  It normally translates all line ends to carriage returns, but there is
  176. an option to drop the "soft" returns.
  177.  
  178. Delimit 1.0 (DELIMIT) 09-93 CD
  179.    Grosbach, Roy G.
  180.    $15
  181. converts fixed format files into DELIMITed files, that databases and
  182. spreadsheets can read quickly. The program filters the file, choosing
  183. selected fields, eliminating headers from reports, or selecting only
  184. summary lines from reports or you can also choose selected fields from
  185. fixed-format files easily. (Not on this disk. Ask for disk #18126.)
  186.  
  187. Filters
  188.    offers the following filters:
  189.         Upper    - translate all lowercase characters to uppercase
  190.         Lower    - translate all uppercase characters to lowercase
  191.         Snglspc  - removes extra blank lines from a file
  192.         Unique   - deletes multiple occurances from a sorted list
  193.         Trunc    - truncates a line at first matching char (or space)
  194.         Fecho    - echoes standard input to screen (great for debugging)
  195.         Translat - puts each word of a file onto a separate line.
  196.         Feed     - reads a filespec and sends files to standard output
  197.         Forclean - takes a fortran source and deletes comments and
  198.                    labels.
  199.  
  200. Modify
  201.    Software Clinic Development
  202.    $20
  203. makes it easy to modify text files. While it can be used with any kind of text
  204. files, it is ideally suited for small files that are subject to frequent change,
  205. such as batch files. With Modify, you can easily change text on a specified line
  206. or insert a line before a specified line. Lines are specified by giving word(s)
  207. of text that appear on the line. (The authors are no longer at the address
  208. provided in the documentation.)
  209.  
  210. MUD 2.5
  211.   JD Enterprises
  212.   $10
  213. is a Mac/Unix DOS ASCII file translator. Coversions include DOS to Mac,
  214. DOS to UNIX, UNIX to DOS, UNIX to Mac, Mac to UNIX, and Mac to DOS. (Not
  215. on this disk. Ask for disk #18024.)
  216.  
  217. NUM  (NUM2)
  218.    adds line numbers to the lines in text files.
  219.  
  220. Quick-ASCII (QA)
  221.    a utility to convert a file to all ASCII characters.  The output will not
  222. be pretty, but it will be readable.  Thus, if you have, say, a MultiMate file,
  223. but no MultiMate, and are curious to know what it is, just run QA.
  224.  
  225. RTrim 5.2
  226.    Keber, Bob
  227.    $0
  228. trims blank spaces, spacebars, and nulls from the right end of all lines of text
  229. in any ASCII text file. It can also add spaces to the beginning of each line to
  230. create a margin.
  231.  
  232. Textcon 1.72
  233.    CrossCourt Systems ASP
  234.    $25
  235. is a file pre-processor that does much of the necessary conversion or
  236. cleaning-up of ASCII automatically.  The ASCII files produced are in a form
  237. that is more suitable for importation to most word processors.  It doesn't
  238. eliminate all the manual editing but makes the job much easier.  Of all the
  239. utilities we have tested over the years for converting ASCII files to the
  240. WordStar Document file format, Textcon does the best job, even though it is
  241. not designed specifically for that purpose.
  242.  
  243.      Other features include added support for wildcard filenames, an option
  244. to drop end-of-sentence spaces, to keep or drop leading spaces in a line that
  245. are used to form a left margin, and more. While TextCon won't retain all
  246. formatting codes, it will help quite a bit in converting files.
  247.  
  248. XlateIBM
  249.    will translate the line-drawing characters of the IBM extended character
  250. set, which are used in some pd/shareware doc files but which some printers
  251. cannot print. The characters are translated to +, -, or =. Your original file
  252. is not changed; a new file is created instead.
  253.  
  254. --------------------------------
  255. END OF SMALL PROGRAMS DISK #0781
  256. --------------------------------
  257.  
  258.  
  259. ------------------------------
  260. 3791 Miscellaneous Conversions          Small Programs Disk
  261. ------------------------------
  262.  
  263. 3791 System conversions
  264. -----------------------
  265. NOTE: Conversion utilities designed for specific software for which we have
  266. dedicated disks in the library, such as WordStar or WordPerfect, can be found
  267. on those disks.
  268.  
  269. ConvDCA
  270.    Crosscourt Systems ASP
  271.    $?
  272. converts a file from IBM's DCA/RFT format to straight ASCII text.
  273.  
  274. Com2Cmd
  275.    converts DOS files ending in .COM to CP/M 86 files ending in CMD and back.
  276.  
  277. Cutz-SDF 2.0
  278.    Roper, David
  279.    $0
  280. will help cut and change SDF type files downloaded from a mainframe.
  281.  
  282. UnixDOS 1.0
  283.    Logical Solutions
  284.    $0
  285. will convert files between UNIX and DOS formats.
  286.  
  287. 3791 Other
  288. ----------
  289. PSX 1.02c (PSX-FB)
  290.    Brown, Frank
  291.    $0
  292. extracts ASCII text from PostScript files and stores it in a text file.
  293.  
  294. --------------------------------
  295. END OF SMALL PROGRAMS DISK #3791
  296. --------------------------------
  297.  
  298.  
  299. --------------------
  300. 1440 File Comparison          Small Programs Disk
  301. --------------------
  302. 1440 Manual Comparison
  303. ----------------------
  304. CMP-BJB (CMP-BAL)
  305.    Ball, B. J.
  306.    $0
  307. is a file comparison program.  Intended primarily for programmers, CMP can be
  308. set up to detect mainly those differences which afect the operation of the
  309. resulting executable programs, ignoring matters which concern only the
  310. appearance or readability of the source files.  CMP shows the two files
  311. side-by-side when comparing them line-by-line.  You can page through the files
  312. or press F to move forward or backward to the next set up unmatched lines.
  313. Although CMP.EXE is designed primarily for programmers, it will work on any
  314. ASCII file, but not binary files because of the nature of the approach used.
  315.  
  316. Compare
  317.    Mefford, Michael J.
  318.    $0
  319. displays the differences between two text or two binary files.  Files need not
  320. be the same length, and paragraph reformatting changes introduced by word wrap
  321. are ignored.  Files are displayed in two on-screen windows.  Differences are
  322. shown in inverse video, and are preceded by several lines of matching text to
  323. provide a context.
  324.  
  325. Compf
  326.    Payne, R.W.
  327.    $0
  328. compares two text files, and produces a listing to indicate which lines have
  329. been added, changed or deleted. Options let you control how the files are
  330. compared, to ignore blank lines, to ignore characters on the left- or right-hand
  331. side of lines, and to indicate how many changes to report before the comparison
  332. stops.
  333.  
  334. Diff 1.0 (DIFF-KO)
  335.    Overhage, Klaus
  336.    $0
  337. is a file comparison program with an international flavor.  It will prompt you
  338. in English or German.  It will compare to files byte by byte or line by line.
  339. `C' and assembler source code is included for customizing for other languages.
  340.  
  341. Double Lister 1.02 (DBLISTR)
  342.    Bates, Stephen S.
  343.    $15
  344. lets you scroll and page through two files simultaneously.  The files will be
  345. displayed initially in two horizontal windows, each taking half the screen.
  346. Pressing V changes the screen to two vertical windows.  The display can be
  347. toggled to let either of the two take up two-thirds of the screen in either
  348. the vertical or horizontal display.  Other features include a Hex display and
  349. a text search function.  Note that the amount of each file displayed is
  350. limited to available memory, so you may get an ``End of File'' message when
  351. you know you are not at the end of the file.  Stephen says he plans on
  352. changing this in a future version, but we still think the present version is
  353. very unique and useful.
  354.  
  355. FC 2.7 (FC-MA)
  356.    Albert, Mike
  357.    $25
  358. compares two text files and lists the differences between them line by line.
  359. Changes to the first file to make the second are shown. The program works with
  360. any ASCII text file. The program will always finds a minimal list of
  361. differences (i.e. smallest number of lines deleted and added), word changes
  362. within lines, and never misses matching lines. You can compare files of up to
  363. 16,300 lines.
  364.  
  365. FCdoc 2.4 (FCDOC1)
  366.    Albert, Mike
  367.    $25
  368. is a file comparison utility similar to Albert's FC utility, but it compares
  369. files by sentence rather than by line.  The program works with any ASCII text
  370. file containing English text.  Like FC this program will always finds a
  371. minimal list of differences (i.e. smallest number of sentences deleted and
  372. added), and never misses matching sentences.  You can compare documents of up
  373. to 16,300 sentences.
  374.  
  375. GookLook (GOODLK)
  376. is an unusual file comparison utility. Instead of showing the files
  377. side-by-side, it displays them top and bottom. To make it easier to compare
  378. them, the top file is displayed starting at the middle of the screen and works
  379. up the screen while the file on the bottom half scrolls down.
  380.  
  381. View2 1.2
  382.    Leonard, Steve
  383.    $10
  384. lets you view two text files simultaneously.  View-Two's features include text
  385. search, file comparison line by line, directory display and the ability to
  386. cut-and-paste between files.  Only the first 776 lines of each file can be
  387. displayed.
  388.  
  389.  
  390. 1440 Automatic Comparison
  391. -------------------------
  392. (These utilities don't require manually examining the files.  They will output
  393. the differences only or will create a third file with the differences marked,
  394. etc.)
  395.  
  396. Beyond Compare (BC-SSS)
  397.    Stepping Stone Software
  398.    $30
  399. is a line-by-line file comparator.  In comparing two files, Beyond Compare
  400. repeatedly looks for consecutive lines of text that are identical in both
  401. files and then reports the lines between the matching sections as differences.
  402. Beyond Compare is particularly useful for comparing two source code files or
  403. text files.
  404.  
  405. Bincomp
  406.    Telemacus Software Associates
  407.    $0
  408. is intended primarily for binary (non-text) files and shows the offset
  409. location of any differences.
  410.  
  411. Cbin
  412.    Stern, Steven
  413.    $?
  414. will compare each byte, to the end-of-file of the longer of the two files or
  415. for a specified number of differences.  Type "CBIN2" for command syntax.
  416.  
  417. Diff
  418.    Van Es, Peter
  419.    $0
  420. compares two text files and puts change bars in the margin of the second one
  421. to indicate changes.
  422.  
  423. Mrev 1.1
  424.    Van Sickle, Paul R.
  425.    $?
  426. compares two text files, an original and a revised file, and outputs a third
  427. text file based on the file with the revisions marked or date stamped,
  428. optionally, with line renumbering.  (Not on this Disk. Ask for disk #8110.)
  429.  
  430. PI-COMP
  431.    Pelt, Markus
  432.    $?
  433. is really more of a directory comparison utility than a file comparer, but it
  434. does compare the contents of files as well.  Example usage would be "PI-COMP
  435. A:*.* B:*.*" where the output would be a sorted, side-by-side listing of the
  436. two directories showing which files match and which don't.
  437.  
  438. QCMP 1.14
  439.    The Cove Software Group
  440.    $0
  441. compares two files or two groups of files. It is not designed to isolate file
  442. differences, but simply to tell you whether or not files are identical. QCMP
  443. is similar to DOS's COMP command except that it doesn't display differences;
  444. the display is better suited for automated processing; and it returns a usable
  445. errorlevel. Network support is also provided, and hidden files can be
  446. compared.
  447.  
  448. Vdiff
  449.    Krantz, D. & Kim, Craig J.
  450.    $0
  451. compares two text files and creates a third file with a "change bar" in the
  452. margin to indicate where changes have occurred.
  453.  
  454. --------------------------------
  455. END OF SMALL PROGRAMS DISK #1440
  456. --------------------------------
  457.  
  458.  
  459. ------------------------
  460. 0784 File Copy Utilities          Small Programs Disk
  461. ------------------------
  462.  
  463. Arcopy 1.72
  464.    Meyer, Eric
  465.    $0
  466. is a small, fast file copy utility.  Its options include file-by-file
  467. verification; copying only if not in the destination disk/directory or only if
  468. already in the destination or only if changed since last backup; moving files
  469. (copy and then delete the original); copying files listed in a text file; and
  470. you can copy files with a time/date stamp before or after a specified
  471. time/date.
  472.  
  473. BCMove 1.2
  474.    Campbell, Barry L. ASP
  475.    $0
  476. is a virtually perfect file moving utility. Its command syntax is nearly
  477. identical to the DOS Copy command, making it easy and intuitive to use. It
  478. warns before overwriting an existing file. If you move files to a
  479. non-existent directory, some file movers will either simply abort or, worse
  480. yet, will conclude that you are renaming the files - all to the same file
  481. name, causing the loss of those files. BCMove will give you the choice of
  482. creating a new subdirectory or renaming the file. BCMove is fast, doesn't mess
  483. up the screen with strange colors, and best of all, it's freeware.
  484.  
  485. BKU
  486.    Graham, Keith P.
  487.    $0
  488. copies only un-archived files and sets the archive bit.
  489.  
  490. Copy Files 5.3 (COPYFIL)
  491.    Higgins, Bryan
  492.    $0
  493. is a robust file coping utility. It allows multiple filenames to be specified
  494. on the command line. It will create a target directory if it does not exist.
  495. You can tell it to automatically overwrite or not overwrite files of the same
  496. name in the target disk/directory. (Works with Move Files, below.)
  497.  
  498. Copyit 2.10
  499.    Condron, Frank J.
  500.    $15
  501. is a file copy utility designed to be much more complete than the standard DOS
  502. COPY command. It will optionally prompt you before copying each file, check to
  503. make sure no files of the same name will be overwritten at the destination, use
  504. multiple target disks when the first one gets full, delete the original when
  505. done, copy files based on date or size or attribute, and optimize copying to
  506. disks to fill them as completely as possible. Other features include the ability
  507. to move files to multiple diskettes instead of just copying them, a "% complete"
  508. indicator, the ability to exclude specified files and more.
  509.  
  510. CopySafe
  511.    Mefford, Michael J.
  512.    $0
  513. is a resident utility that warns you when a target disk\path contains a file
  514. with the same name as a file you are copying, to prevent accidental
  515. overcopying.  Most of the time, we prefer using MOVE (on 1-UT-273) because it
  516. does not have to be resident and it will move file directory entries between
  517. subdirectories without actually copying if on the same drive but it has the
  518. disadvantage of not giving you the option to overwrite the file without
  519. entering the command again with a "/D" appended.
  520.  
  521. DCopy 4.11
  522.   McKay, Doug
  523.   $0
  524. is an improvement on the DOS Copy command. This program provides more
  525. feedback, shows bytes copied while copying, time elapsed, total bytes
  526. copied, appends files together, copies from subdirectories, copy only
  527. different file, resumes copying if interrupted, checks free space before
  528. starting to copy, and more. (Not on this disk. Ask for disk #8947.)
  529.  
  530. FC 1.3
  531.    is a fast file copying utility.  It speeds things up by reading all the
  532. files to be copied at once and then writing them all to the target disk,
  533. unlike COPY, which reads then writes one file at a time.
  534.  
  535. FCopy 1.01
  536.    Christensen, A.
  537.    $5
  538. is similar to DOS's Xcopy, but it prompts you for a new disk if the destination
  539. disk runs out of space.
  540.  
  541. Kopy
  542.    Davis, Stephen R.
  543.    $0
  544. lets you batch copy files with prompting for each file and warns you if a file
  545. of the same name already exists in the target drive\directory.  Other options
  546. include the ability to delete the original after copying, copying files (using
  547. wildcards) from ALL subdirectories, prompting to change floppies when one
  548. fills and then keep going.  The latter feature can also be used to search for
  549. files on a hard disk without copying them.
  550.  
  551. Kopy 1.8 (KOPY-CV)
  552.    Veltsos, Christophe
  553.    $10
  554. compares files in two disks/directories and copies any file with a later date
  555. over the other one. This is an excellent utility for backing up directories on
  556. the fly. If you specify a nonexistent subdirectory to copy to, KOPY will
  557. create it.
  558.  
  559. Master Copy (MCP-MJ)
  560.   Johnson, Michael Paul
  561.   $15-$20
  562. is a replacement for XCOPY that allows conditional overwrites of only older
  563. files and moving of entire directory structures on the same or different
  564. disks. (Not on this disk. Ask for disk #8948.)
  565.  
  566. Mcopy
  567.    lets you copy multiple files that cannot be covered with wildcards.  You
  568. simply specify them on the DOS commnad line.  Eg:  MCOPY ABC.EXE XYZ.BAT B:
  569.  
  570. Move Files 4.2 (MOVEFIL)
  571.    Higgins, Bryan
  572.    $0
  573. is a file moving utility. Its only drawback is that when "moving" a file to
  574. a different drive, it requires the presence of COPY FILES, above, which slows
  575. things down and seems like an unnecessary nuisance anyway. Otherwise, this is an
  576. excellent file mover and COPY FILES is an excellent file copier.
  577.  
  578. Move It Over Here! 3.0 (MOVHERE)
  579.    Smith, David
  580.    $5
  581. searches your hard disk for a specified file and then moves it to the current
  582. directory. This can save you having to type in long path names, but it is many
  583. times slower than using a regular Move utility, and if more than one file on
  584. your hard disk has the same name, it may move the wrong one, though it shows
  585. which path it came from so that you could move it back.
  586.  
  587. MV 2.6
  588.    Eyer, Bob
  589.    $0
  590. is a near-perfect file moving utility. This provides a couple of niceities
  591. that BCMOVE does not have, such as being able to use "." in place of "*.*"
  592. (well, every keystroke counts). The only mild drawback is that it is a hair
  593. slower than BCMOVE, but the author says that's because MV does some additional
  594. safety checks.
  595.  
  596. XFile 1.04
  597.    Van de Winckel, Eddy
  598.    $0
  599. is an enhancement of DOS's Copy and Xcopy commands (except that it does not
  600. support copying subdirectories like Xcopy). You may optionally copy only those
  601. files not already in the destination directory. You may also update only those
  602. files present in the destination. XFile's syntax is consistent with standard DOS
  603. syntax, which makes it easier to use.
  604.  
  605. Zcopy 0.1
  606.    Pazur, Scott M.
  607.    $5-$10
  608. is a file-copying utility that warns you and asks for verification before
  609. copying over an existing file of the same name.  It also displays file
  610. directory information for each file to make it easier to see if they really
  611. are the same file.  A nice option would have been to allow renaming either the
  612. source or target file and continuing the copy, but maybe another day...
  613.  
  614. --------------------------------
  615. END OF SMALL PROGRAMS DISK #0784
  616. --------------------------------
  617.  
  618.  
  619. ------------------
  620. 1441 File Deletion          Small Programs Disk
  621. ------------------
  622.  
  623. Cleanup 1.2 (CLNUPRL)
  624.    Litt, Robert F.
  625.    $10
  626. is a handy utility.  It displays the first 10 lines of specified files and
  627. allows you to delete the file if you wish.
  628.  
  629. Date Filters (DATEFLT)
  630.    Mitteldorf, Josh
  631.    $0
  632. EraseOld lets you erase all files older than a specified date. WithDate
  633. lets you execute any DOS command or program on files within a specified
  634. date range.
  635.  
  636. Delbut 2.1
  637.    deletes all files in the specified drive and directory EXCEPT files
  638. specified on the command line. It does not delete hidden or read-only files.
  639. Assembler source code included.
  640.  
  641. DateDel
  642.    Roberts, Michael
  643.    $0
  644. deletes files within a given range of dates.  From the DOS command line, you
  645. enter the name of the file(s) to delete.  DOS wildcards such as *.* are allowed.
  646. Then DateDel prompts you for beginning and ending dates and deletes files
  647. matching the filespec with file dates within the specified range.  C source code
  648. included.
  649.  
  650. DelX
  651.    Wallengren, Ernie
  652.    $0
  653. deletes everything in a directory except the filenames you specify, optionally
  654. with file-by-file verification.
  655.  
  656. DLT 1.6 09-93 CD
  657.    Meyer, Eric
  658.    $0
  659. is an enhanced file deletion utility. In addition to verify-delete, it can
  660. delete lists or groups of files, even in different directories, including
  661. hidden, system or read-only files. It also allows selection of files by time and
  662. date (DLT /E(arlier than) or /L(ater than) MMDDYY:HHMM. It will delete all files
  663. EXCEPT specified files.
  664.  
  665. Elim
  666.    Eyer, Bob
  667.    $0
  668. deletes files not accessible to DOS's DEL command (eg: hidden or read-only
  669. files) and avoids the "Are you sure?" prompt you get when doing DEL *.*. There
  670. are other ways to do these things, but this is a convenient way.
  671.  
  672. Hunter (HUNTR)
  673.    Smith, David
  674.    $10
  675. is a merciless and quick file deletion utility. It will hunt through all your
  676. drives, find all instances of specified files and delete them. Wildcards are
  677. supported. You might want to consider using Trash-It (disk #1411 in U1-05) with
  678. this, then deleting the files from the Trashcan directory when you are sure
  679. nothing important has been accidentally deleted.
  680.  
  681. KillFile 1.0 (KILLFIL)
  682.    Loy C.
  683.    $2
  684. is a pop-up utility that will display a directory and let you delete or rename
  685. files without leaving the program you are in.  This utility can be handy just as
  686. a pop-up directory lister, but if you find you are out of disk space and need to
  687. save an important file, it will be even handier. (res:36k)
  688.  
  689. Mdel
  690.    lets you delete multiple files at once that cannot be covered with
  691. wildcards. You simply specify them on the DOS commnad line. example:MDEL
  692. ABC.EXE XYZ.BAT B:
  693.  
  694. QDel
  695.    Moorhead, Chuck
  696.    $0
  697. is a mass delete utility. It displays files that will be deleted and file info.
  698. It can also delete read-only files and directories.
  699.  
  700. RelDel
  701.    Tardis DP Consultants
  702.    $5
  703. is the computer generation's version of the paper shredder. Normal deleting of
  704. a sensitive file is not secure enough, since the data remains on the disk to
  705. be read by sector editors or even undeleted. RelDel writes garbage over the
  706. data on the disk (twice, optionally) before deleting the directory entry.
  707. Naturally, this calls for greater than usual caution by the user.
  708.  
  709. Remove 1.0
  710.    TriSoft Technologies
  711.    $0
  712. will delete all files specified by wild cards with the option of being able to
  713. list addition files to delete and to list files in the set to be left alone.
  714.  
  715. Safe Erase 1.61 (SAFERAS)
  716.    Williams, Tom
  717.    $15
  718. is a file deletion utility that ensures that files are 100% recoverable if
  719. necessary. DOS 5 has added this feature, but Safe Erase works more efficiently.
  720.  
  721. Search and Destroy 1.31 (SND)
  722.    Getman, Steve
  723.    $5
  724. will scan your whole hard disk for specified files (wildcards allowed)
  725. and delete those files.
  726.  
  727. TC-Kill
  728.    is a utility for batch deleting files with file-by-file verification. There
  729. are similar utilities around, but this one draws a cute little Trash Can
  730. (TC-Kill, get it?) on the screen to make sure that even a six-year old idiot
  731. with two heads will understand what's about to happen. We already know that
  732. some of you absolutely hate this cutesy stuff, but others love it, so give us
  733. a break on the cards and letters.
  734.  
  735. TErase 1.3
  736.   cBase Technology
  737.   $0
  738. will delete specified files by date or number of days. For example, TERASE
  739. *.BAK 10 would delete all files with an extension of BAK that are more than
  740. ten days old.
  741.  
  742. TrashIt 1.8
  743.    RSE Incorporated
  744.    $11
  745. is the world's safest way to delete files. In September's PsL News, we described
  746. a method of deleting files the safe way by using a batch file and a MOVE utility
  747. to Move files into a \TRASH subdirectory. The problem with Undelete utilities
  748. such as Norton's is that the accidentally deleted file may be written over by
  749. another file before you get a chance to undelete, and then it can never be
  750. recovered. With the \TRASH approach, all you have to do is copy the file back
  751. out.
  752.  
  753. Chaney expanded on our basic concept beautifully. His program is a 1k TSR that
  754. will save files written by any program that uses DOS function calls to delete
  755. files, which most programs do.
  756.  
  757. Trash-It also improves on the concept by handling multiple files with the same
  758. name. (The name of one is "incremented".) And while we have a policy against
  759. describing features not included in shareware versions, we will make an
  760. exception to tell you that people who register for the very reasonable $10 fee
  761. will get a TSR that will automatically clean out \TRASHed files older than a
  762. user-specified date, plus a utility that will let you delete all Trashed files
  763. with the touch of a key, and of course you get a Free Disk coupon from PsL.
  764.  
  765. If you are low on hard disk space or if you frequently use programs that
  766. create and delete temporary work files, you can run out of space in a hurry.
  767. Two utilities that can help are Patriquin's Palert (disk #1329), which warns
  768. you when free disk space drops below a specified level, and a verify-delete
  769. utility (disk #1441) to put in your AUTOEXEC.BAT file that will let delete
  770. files just selected files from \TRASH.
  771.  
  772. Our only concern about Trash-It was that your hard disk could quickly fill up
  773. with junk files that you really have no interest at all in safeguarding, such
  774. as temporary work files created by some programs. You can, however, configure
  775. Trash-It to let files with specified extensions or those below a specified
  776. size be deleted. If you see junk files with extensions like .TMP or
  777. .$$$ in your TRASH subdirectory, you can configure Trash-It to not save those in
  778. the future.
  779.  
  780. XDel 1.05
  781.    Unique Software ASP
  782.    $0
  783. does a really secure job of deleting files. First it writes over the file's
  784. data, then it changes the file's name to a non-displayable ASCII character, then
  785. it truncates the file to a length of zero, then it deletes the file through DOS.
  786. No way is Norton's going to bring that one back. (And it does all this in only
  787. 282 bytes!)
  788.  
  789. ZDel
  790.    Hanlin, Thomas
  791.    $?
  792. is a multiple-file deletion utility.  You may use wildcards, specify as many
  793. filenames as will fit on the command line, and ask for confirmation before
  794. deleting files.
  795.  
  796. --------------------------------
  797. END OF SMALL PROGRAMS DISK #1441
  798. --------------------------------
  799.  
  800.  
  801. ---------------------
  802. 2000 File Merge/Split          Small Programs Disk
  803. ---------------------
  804.  
  805. Chop 3.1
  806.    Kennamer, Walter J. ASP
  807.    $?
  808. chops big files into more easily managed small files.  Several options are
  809. offered to control where and how often the chopping takes place. Another
  810. feature allows you to extract a portion of a file. There are other utilities
  811. that split files, but CHOP is the most powerful and flexible.
  812.  
  813. COL
  814.    will convert a file's lines that are longer than 80 characters to a shorter
  815. (user-specified) length.  It locates the first blank space beyond the column
  816. number you give it and breaks the line in two at that point.  We have had
  817. requests for a utility to split such a file into shorter lines for printing such
  818. that the excess prints out on a separate page which can then be taped onto the
  819. edge of the first page for an extra-wide report.  COL does not work that way.
  820. It just moves the excess down to the next line.
  821.  
  822. Comb 2.2
  823.    Eyer, Bob
  824.    $0
  825. is a convenient way to combine files into one is a specified sort order. For
  826. example, to combine all the Utilities files on the PsL Reviews Disks, you would
  827. say COMB U*.* and the files would be combined into one and (NOTE:) the original
  828. files deleted.
  829.  
  830. Cut
  831.    cuts out selected fields of each line of a file.  You could use this to
  832. remove columns from a table, etc. The fields can be the same length on each
  833. line or can be a specified field number in a line marked by delimiters, such
  834. as those exported by most database and spreadsheet programs.
  835.  
  836. Dbmerger 1.1 (DBMERGE)
  837.    Trees
  838.    $50
  839. will allow you to merge delimited database export files.
  840.  
  841. Divide 2.0
  842.    Eyer, Bob
  843.    $0
  844. extracts into a file blocks of text from a file based on a user-specified
  845. search string and user-specified characters that indicate the start of blocks.
  846. For example, to extract all messages about "hard disks" from a file of
  847. messages downloaded from CompuServe, you would indicate that messages start
  848. with the characters "#:", which can be seen by looking at the file. Blank
  849. lines can also be specified as the start of blocks.
  850.  
  851.      Optionally, the program will create a third file containing any blocks
  852. NOT extracted. This results in dividing the original file into two. Blocks can
  853. also optionally be restricted to text within specified columns. This is a fast
  854. and powerful utility with many possible applications.
  855.  
  856. Filmerge (FILMERG)
  857.    Irwin, James
  858.    $?
  859. lets you merge two sorted files by a specified field.
  860.  
  861. Include
  862.    Graham, Keith P.
  863.    $0
  864. will dynamically merge files, including graphics files created with OPTIKS,
  865. with text.
  866.  
  867. Merge (MERGEDH)
  868.    Haberle, Dave
  869.    $?
  870. is a program which merges ASCII data files with ASCII text files.  This allows
  871. you to do mail-merge, ie:  to merge address files with letters to produce form
  872. letters.  Note:  the files INVIT.* go with MERGE.
  873.  
  874. Resize
  875.    lets you truncate or expand a file to a new specified size.  If the new
  876. size is larger, more space is allocated as needed from the disk's free space.
  877. This could be used to recover data lost by accidental deletion or truncation
  878. of files.
  879.  
  880. Shred and Glue (SHRED)
  881.    Gruson, Matt
  882.    $0
  883. allows you to break large files into smaller files for easier management on
  884. floppies. It will work with 360k disk to 1.4mg disk. Glue allows you to
  885. combine the files back together into one large file. Shred and Glue has more
  886. features than similar programs.
  887.  
  888. You can tell Shred a maximum file size to create or simply let it
  889. automatically split a file into chunks to fit on floppies until done.
  890.  
  891. Split 6.0e (SPLITMD) 08-93 CD
  892.    Dingacci, M.
  893.    $0
  894. divides a file into smaller files at specified points. Three auto-split
  895. options are to split the file into files of equal size, to specify the number
  896. of bytes in each new file, or to specify the number of lines in each new file.
  897. Other features include the ability to split a file manually, as well as
  898. automatically.
  899.  
  900. Superbreaker 3.1A (SBREAK)
  901.    Lundin, Thomas A.
  902.    $10
  903. splits large files into smaller files through a variety of options:  by size, by
  904. match string, or by line count.  Works on text files or binary files (such as
  905. large ARC files).  Files are recombined by using DOS's COPY x+y command.  Files
  906. can be split at every Nth occurrence of a break string, or can be split to a
  907. certain size up to the next occurrence of a break string.
  908.  
  909. --------------------------------
  910. END OF SMALL PROGRAMS DISK #2000
  911. --------------------------------
  912.  
  913.  
  914. ----------------------------
  915. 2461 Rearrange Data in Files          Small Programs Disk
  916. ----------------------------
  917.  
  918. CutEm 1.6
  919.    Mentor Systems
  920.    $10
  921. extracts records from text files based upon key values you supply. This is
  922. useful for mailing lists, log files, or any file you want to clean up based upon
  923. any given string.
  924.  
  925. Filetalr  (FILETAL)
  926.    LB Software
  927. File Tailor allows you to reformat a file with records up to 1500 bytes long
  928. each.  The process allows you to shorten a long record, put a blank between
  929. fields, comma-delimit a file, enclose text fields in quotes, strip dollar signs
  930. and commas from numeric fields, and skip records at the beginning or end of a
  931. file.
  932.  
  933. Paste
  934.    merges the same lines (by line number) of several files or subsequent lines
  935. of one file into one continuous line. This could be used, for example, to
  936. merge comma-delimited data files output by some programs into one file with
  937. longer records containing the data from two or more files.
  938.  
  939. QAD 1.2
  940.    Gash, Kenneth B.
  941.    $15
  942. converts straight text files, such as those downloaded from mainframes, and
  943. break down each line into a standard "delimited" file which can be imported into
  944. most spreadsheet and database programs.  QAD can also do some data conversion as
  945. it goes, such as converting all uppercase words to uppercased first letters
  946. only.  BASIC source code is included.
  947.  
  948. Quick Extract 1.10 (QEXSHAR)
  949.    Olsen, J. W.
  950.    $10-$20
  951. extracts marked passages from a text file.  Files can be created and passages
  952. marked with virtually any text editor.  One code starts the capture, another
  953. stops it, and a third stops the whole process, so marking sections is quick
  954. and easy.  The program will optionally remove the marking codes from the
  955. original file when done.
  956.  
  957. Slyce 1.1
  958.    MorganSoft
  959.    $15
  960. is a general purpose file conversion utility for text and database files.  You
  961. can overwrite fields, delete, insert, encrypt and decrypt them, make upper or
  962. lower case, or even lower case all except first letters of sentences.  You can
  963. convert WordStar programs, strip ASCII control codes, expand tabs, and filter
  964. out or substitute selected characters.
  965.  
  966. --------------------------------
  967. END OF SMALL PROGRAMS DISK #2461
  968. --------------------------------
  969.  
  970.  
  971. ASCII-PRO 4.5ES
  972.    Hell-Turler, Konrad
  973.    $20
  974.    #4115
  975. will allow you to change, transform, search, replace, eliminate, sort, format,
  976. list, ASCII files is a wide variety of ways. It will eliminate some or all
  977. printer codes, search/replace up to ten text strings simultaneously, add line
  978. numbers to text, and remove or add spaces in front or end of every line. This is
  979. just a partial list of the programs capabilities which is surprisingly very easy
  980. to use with its menu-driven interface and the amount of things it will allow you
  981. to do.
  982.  
  983.  
  984. Cutzit
  985.    Roper, David
  986.    $0
  987.    #1737
  988. cuts up files into smaller files, as well as allowing several other cutting,
  989. trimming, and pasting chores.  One of the main uses for a file chopper is to
  990. get a large file onto several disks.  That one task can be done by several of
  991. the utilities on disk 1-UT-2000, File Merge/Split Utilities, but if you want
  992. most of the separate functions on that disk rolled into one program, get
  993. Cutzit instead.
  994.  
  995.  
  996. -----------------
  997. 1190 File Sorters          Small Programs Disk
  998. -----------------
  999.  
  1000. AlphaSort 1.0 (ASORT)
  1001.    Arrow Connection
  1002.    $20
  1003. is a menu driven program that sorts text files, comma delimited files, and
  1004. WordPerfect mail merge files. It will send output to the screen or disk. It can
  1005. print mailing labels. You can sort on any field, select any fields for output,
  1006. and output fields in any order. Up to 8000 records can be processed, with up to
  1007. 10 fields per record and each field up to 30 characters long.
  1008.  
  1009. Nifty James' Famous Sort Tool 1.11 (NJSORT)
  1010.    Blaszczak, Mike
  1011.    $10
  1012. is a fast and powerful sorting tool capable of sorting very large lists.
  1013. Options include stripping out blank or duplicate lines, case-insensitive sorts,
  1014. ignoring leading blanks and tabs, and sorting in reverse order.  It will sort
  1015. variable-length with user-specified delimiters or fixed-length fields and up to
  1016. five key fields can be specified.  However, it does not appear that
  1017. ascending/descending sort selection can be specified differently for each field
  1018. (ie:  all fields will be sorted in either ascending or descending order).
  1019. NJSORT will also sort binary files with fixed-length records.  NJSORT allows
  1020. skipping a specified number of lines at the start of a file when sorting to
  1021. allow for headings, etc.  C and assembler source code is included.
  1022.  
  1023. Qsort 3.12
  1024.    Baker, Ben
  1025.    $20
  1026. is a file sorting utility which uses the very fast Quicksort sorting algorithm.
  1027. It will sort files with fixed-length or variable-length records of any record
  1028. size.  QSORT has several special purpose compare routines, and it selects the
  1029. most efficient based on the combination of parameters you use on the command
  1030. line.  It will sort files whose size is limited only by disk space.  Multiple
  1031. key fields may be specified.  Files with binary data can also be sorted as long
  1032. as only straight text fields are used as key fields.
  1033.  
  1034. QuikSort 3.10 (QUIKSRT)
  1035.    Omniware Corp.
  1036.    $20-$40
  1037. is a file sort and merge utility.  Features include the ability to sort an
  1038. unlimited number of files and merge up to 16 files; process files up to 32
  1039. meg; to have an unlimited number of key fields of many different data types;
  1040. to have fixed or variable length records of up to 32k; to use wild card
  1041. characters in file names; to use simple or complex record selection
  1042. conditions; to use extensive output record formatting; to sort Btrieve and
  1043. dBase III files; and support for Pascal and C string key types.
  1044.  
  1045. Sorter
  1046.    works from 2 to 20 times faster than IBM's SORT depending on amount of
  1047. records in the file and will sort files up to 40 megabytes, comapred to IBM's
  1048. limit of 64k. It will sort either random or sequential files using the
  1049. Quiksort algorithm.
  1050.  
  1051. SortF 2.35
  1052.    Buerg, Vernon D.
  1053.    $15
  1054. is a powerful file sorting utility.  Sortf lets you specify up to 16 key fields
  1055. to sort on; allows you to sort fields in reverse order and to produce an output
  1056. file of key fields only; allows case-insensitive sorts and to be able to specify
  1057. the length of the sort key field.  QB4-linkable OBJ file is included.
  1058.  
  1059. Sorts (SORTSWP)
  1060.    Parke, William C.
  1061.    $?
  1062. is a file sorting utility with many nice features.  It is written in assembler
  1063. for speed, it can handle files up to 7.5 megabytes or 30,000 records, it can
  1064. perform multiple field sorts, and more.
  1065.  
  1066. --------------------------------
  1067. END OF SMALL PROGRAMS DISK #1190
  1068. --------------------------------
  1069.  
  1070.  
  1071. LSort 3.41 08-93 CD
  1072.    London Computing
  1073.    $20-$35
  1074.    #7476/433 [2 disks]
  1075. will sort and merge ASCII (straight text) dBase files. (dBase III databases
  1076. cannot be sorted if they contain memo fields.) dBase databases may not be
  1077. merged. The program accepts scientific notation of the form x.xxxExxx. LSMenu
  1078. allows you to select dBase fields to sort by name and allows you to mark sort
  1079. fields in type F and type V files. LSRT will sort up to 16,000,000 records or
  1080. the maximum file size that will fit in memory. The program will run under OS2
  1081. as a Family Mode Application, with filenames up to 256 characters.
  1082.  
  1083. Object code is provided, which you can use to create a customized version. A
  1084. Visual Basic front end to LSRT and a version that runs under Microsoft Windows
  1085. is also included. VBRUN is required for the VB version. 600K of disk space is
  1086. also required.
  1087.  
  1088.  
  1089. Fast Sort
  1090.    Hernandez, David A.
  1091.    $25
  1092.    #7476/2297
  1093. is an extremely powerful, general purpose file sorting and handling utility.
  1094. Features include the ability to sort-merge up to 32 input files into one. Files
  1095. can have fixed or variable length records, carriage return delimited records, or
  1096. even be relative (COBOL) files or special files like .DBF (dBase). Up to 32 sort
  1097. fields may be specified, and in ascending or descending or user-specified order
  1098. (eg: EBCDIC or lexical)
  1099.  
  1100. It will sort normal text, binary fields, BCD, fixed point, floating point
  1101. (single or double precision), LO-HI and many more. Up to 32 select/exclude
  1102. parameters may be specified, as well as ranges of records from each input
  1103. file.
  1104.  
  1105. You can have it convert among file types: uneven length to fixed length, dBASE
  1106. III to relative, etc. It will generate special files containing sorted keys,
  1107. record numbers, selected fields or even byte offsets into the original file.
  1108. You can put commands into a text file to be executed at any time. It will use
  1109. all available memory to maximize sorting speed.
  1110.  
  1111.  
  1112. EditRand
  1113.    Whitehead, Scott
  1114.    $20
  1115.    #2371
  1116. allows you to browse and edit random access data files. Features include search
  1117. and replace, cut and paste, absolute and relative record gets and puts, and the
  1118. ability to edit records in text, hex, or BASIC-type MK$ conversions. Records can
  1119. be copied, moved, deleted, appended and sorted. Values of numbers stored in
  1120. compacted binary are normally shown in compacted form, but the value of such a
  1121. number can be displayed at the press of a key.
  1122.  
  1123.  
  1124. Ounce Of Prevention
  1125.    Maclean, Pete ASP
  1126.    $35
  1127.    #3188
  1128. allows deleted or overwritten files to be restored, as well as trapping
  1129. attempts to format the hard disk. Up to eight generations of a file can be
  1130. recovered. It also offers file security, write protection, the ability to free
  1131. up disk space when the drive gets full, and critical disk error handling.
  1132.  
  1133.  
  1134. ------------------------
  1135. 0435 File/Sector Editors          Small Programs Disk
  1136. ------------------------
  1137.  
  1138. Note: These are byte-level editors.  Regular text editors are in the Word
  1139. Processing Section.
  1140.  
  1141. Disked
  1142.    is a sector editing program but could be used as just a "snooping" device.
  1143. Unlike many others, it can read the "special" sectors that various programs use
  1144. in their copy protection schemes.  Diskette Editor can undelete files like many
  1145. utilities, except it is not automatic; but this gives you more power.
  1146.  
  1147. Dump
  1148.    Argan Software
  1149.    $5
  1150. allows you to search through data, modify the file and presents information to
  1151. you in an easy to understand display unlike many text processors or TYPE.
  1152.  
  1153. Dwalk
  1154.    Telemacus Associates
  1155.    $0
  1156. (formerly TRAXXON) lets you salvage data from a damaged disk by viewing
  1157. sectors and optionally copying them to a filename on a different disk. While
  1158. Traxxon did not work properly on some machines, Dwalk worked fine during
  1159. testing on the same machines.
  1160.  
  1161. Edit3
  1162.    Babyok, Al
  1163.    $15
  1164. is for editing files, disk sectors or memory segments.  This is not a text
  1165. editor.  It allows changing of bytes, but not inserting or deleting bytes.
  1166. Editing can be done in ASCII or Hex.
  1167.  
  1168. FAUXdBUG 07-92 (FDB)
  1169.    Roper, David
  1170.    $10
  1171. lets you edit EXE, COM and text files. HEX values, words and strings can be
  1172. changed. Unlike DOS Debug, FAUXdBUG is not limited to 64k files.
  1173.  
  1174. FM (for File Modify)
  1175.    Schafer, Doug
  1176.    $?
  1177. is a little utility which allows you to easily edit files at the individual byte
  1178. level.  It is especially useful in situations where one might use DEBUG to
  1179. modify a byte in order to patch a program, to change the wording of messages in
  1180. your programs which bother you (its search capabilities are useful for this) or
  1181. to change color attributes in a program.
  1182.  
  1183. Hexedit 3.0
  1184.    REM Software Inc.
  1185.    $20
  1186. lets you edit a file in hex.
  1187.  
  1188. JAZ ("Just Another Zapper")
  1189.    is a file/sector editor.
  1190.  
  1191. Look12
  1192.    Gruenke, G. B.
  1193.    $?
  1194. lets you examine and edit any sector on their floppy drives.  The author said
  1195. that he wrote this one because he could not find a similar utility that would
  1196. work on his 1.2meg drives.
  1197.  
  1198. Traxxon
  1199.    lets you view disk sectors and optionally copy the contents into a
  1200. specified disk file on the same or a different drive.
  1201.  
  1202. TxtBin 1.0
  1203.    Ecclesine, Peter
  1204.    $0
  1205. will convert a binary file (such as an EXE or COM file) to a text file that can
  1206. be edited with any text editor.  It will then convert the edited text file back
  1207. to binary.  This is intended only for the technically oriented user, as mucking
  1208. with EXE and COM files is not like editing your AUTOEXEC.BAT file.
  1209.  
  1210. ZipZap 7.0
  1211.    KeyStrokes Computer Works and Chuvala, Keith G.
  1212.    $15
  1213. is a disk file and sector editor.
  1214.  
  1215. --------------------------------
  1216. END OF SMALL PROGRAMS DISK #0435
  1217. --------------------------------
  1218.  
  1219.  
  1220. Parse-O-Matic 2.33 [PAR]
  1221.    Pinnacle Software
  1222.    $25
  1223.    #4957 (12-93 CD)
  1224. is a programmable text-file parsing utility. It converts text files into
  1225. formats which can be converted into other programs.
  1226.  
  1227. You use a simple programming type format in configuration files to tell POM
  1228. how to convert a file. This provides the maximum in flexibility and
  1229. configurability while still being relatively easy to use. Requires 500K RAM.
  1230.  
  1231.  
  1232. PC-Zap
  1233.    Pelt, Markus
  1234.    $35
  1235.    #283
  1236. is a utility program which allows easy modification of any DOS file (typi-
  1237. cally a .COM or .EXE file) without the use of the DOS DEBUG command.  The
  1238. program can dump a file in hexadecimal and ASCII dump format, verify data in
  1239. a file, and replace data in a file.
  1240.  
  1241.  
  1242. --------------------
  1243. 1713 File Encryption          Small Programs Disk
  1244. --------------------
  1245.  
  1246. Cdes
  1247.   Melnick, Arthur
  1248.   $?
  1249. is a file encryption program that is sophisticated, fast and easy to use.
  1250.  
  1251. Cipher 1.0 (CIPR-RI)
  1252.    Ivie, Rex B. III
  1253.    $0
  1254. is a file encryption program.  Designed to encode files so they can be securely
  1255. stored or sent and then later decoded.  It has some special features which make
  1256. it unique.  Among these features is the ability to encode files in such a way
  1257. that the receiver can be certain who sent the file (no bogus messages) and the
  1258. sender can be certain that no one but the intended recipient can decode the
  1259. file.  The program uses several complex encoding algorithms which makes its
  1260. encryptions quite secure and it is written in "C" which makes it quite fast.
  1261.  
  1262. Crypt
  1263.    Vass, Garry J.
  1264.    $0
  1265. is a simple, general purpose encryption/decryption utility. An often-asked
  1266. question is how to lock a subdirectory to keep people from getting into files
  1267. that they should see. An easier approach is to use a file encryption program
  1268. such as this one to encrypt sensitive data. Our feeling is that despite this and
  1269. other file encryption programs in the library being fast and simple to use, few
  1270. people ever bother to take the steps to protect their data, and frankly, we are
  1271. no different. Maybe one day when we come back from the grocery store to find our
  1272. hard disk full of credit card info and steamy letters to Bo Derek stolen, we
  1273. will at last see the error of our slovenly ways.
  1274.  
  1275. Crypt (CRYPT2)
  1276.    $0
  1277. is a very quick and easy file encryption program. You simply enter
  1278.                    CRYPT SOMEKEY <FILE1 >FILE2
  1279. to either encrypt or decrypt a file. "SOMEKEY" is whatever key or
  1280. password you want to use. "FILE1" is the name of the file to
  1281. encrypt/decrypt and "FILE2" is the name of the output file. C source code
  1282. is included.
  1283.  
  1284. Cryptf
  1285.    Blum, Christopher
  1286.    $?
  1287. is a file encryption program.  It's a good idea to stop and consider what data
  1288. you have stored on floppies or your hard disk that you really wouldn't want to
  1289. be read by a thief, much less your co-workers (or even your spouse - I mean, it
  1290. could be a shopping list for your anniversary, right?).  A file on my hard disk
  1291. contains my credit card numbers in case I lose my wallet, but I never gave any
  1292. thought to a someone stealing my computer.
  1293.  
  1294. Be forewarned that forgetting the keyword or losing power during use of Cryptf
  1295. is fatal to the file, so MAKE BACKUPS FIRST. For example, if you encrypt a file
  1296. with a keyword of MYKEY and try to decrypt it with MYKY, Cryptf will instead
  1297. encrypt the file a second time. You can still decrypt the file completely by
  1298. running once again and entering MYKY and then one more time to enter MYKEY, but
  1299. it's obvious you could get balled up easily.
  1300.  
  1301. DataCrypt 2.5 (DCRYPT)
  1302.    Borris Technologies
  1303.    $24
  1304. is an encryption program that offers several different types of file security.
  1305. Super Encryption is fast encryption with moderate security. DES Encryption is
  1306. the Government Standard encryption, slow, high security. Decryption has Auto
  1307. mode detection and is password sensitive. The Range will allow you to specify
  1308. starting/ending encryption/decryption range.
  1309.  
  1310. DataLock 2.6 (DTALOCK)
  1311.    Borris Technologies
  1312.    $24
  1313. is an easy, menu-driven program for encrypting your sensitive files. You can
  1314. select a fast encryption method or one that is slower but more secure. If you
  1315. keep lists of passwords, credit card numbers, bank account numbers or other
  1316. confidential information on your system, you should use an encryption program.
  1317.  
  1318. ICE
  1319.    Graham, Keith P.
  1320.    $0
  1321. Intrusion Contermeasure Electronics Security Program is a program which
  1322. scrambles and compresses COM files (not EXE files) yet allows them to be fully
  1323. functional. The program makes it difficult to alter the orginal program and it
  1324. has the added bonus of compressing COM files without detracting from their
  1325. usefulness. ICEd COM files still run as they did before except that they are
  1326. usually smaller and disk load times are shorter. ICE offers protection against
  1327. viruses in that ICE can scramble COMMAND.COM and make it difficult for viruses
  1328. to attach themselves to the scramble program. If you are a programmer, ICE can
  1329. help protect your work from being altered by others.
  1330.  
  1331. Playfair  (PLAYFAI)
  1332.    Shapiro, Charles
  1333.    $0
  1334. encodes or decodes an input file into an output file using the Playfair cipher,
  1335. a cipher system invented in the nineteenth century.
  1336.  
  1337. --------------------------------
  1338. END OF SMALL PROGRAMS DISK #1713
  1339. --------------------------------
  1340.  
  1341.  
  1342. File Encryption MegaDisk
  1343.    #27249 [5 disks]
  1344. contains five different file encryption programs including Confidant &
  1345. DES Module (#297), Digital Crypto Programs (#1938), Encryption (#1756),
  1346. PC-Code (#298), and Private Line (#1294).
  1347.  
  1348.  
  1349. ]]]]]
  1350.  
  1351.